Skip to content

Conversation

@voltagent-bot
Copy link
Member

@voltagent-bot voltagent-bot commented Dec 24, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@voltagent/[email protected]

Minor Changes

  • #887 25f3859 Thanks @nt9142! - Add Edge/Cloudflare Workers support for @voltagent/libsql

    • New @voltagent/libsql/edge export for edge runtimes
    • Refactored adapters into core classes with dependency injection
    • Edge adapters use @libsql/client/web for fetch-based transport
    • Core uses DataView/ArrayBuffer for cross-platform compatibility
    • Node.js adapters override with Buffer for better performance

    Usage:

    import { LibSQLMemoryAdapter } from "@voltagent/libsql/edge";
    
    const adapter = new LibSQLMemoryAdapter({
      url: "libsql://your-db.turso.io",
      authToken: "your-token",
    });

@voltagent/[email protected]

Patch Changes

  • #895 f2a3ba8 Thanks @omeraplak! - fix: normalize MCP elicitation requests with empty message by falling back to the schema description so handlers receive a usable prompt.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Dec 24, 2025

Deploying voltagent with  Cloudflare Pages  Cloudflare Pages

Latest commit: 901ace3
Status:⚡️  Build in progress...

View logs

@joggrbot

This comment has been minimized.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 51 files

@voltagent-bot voltagent-bot force-pushed the changeset-release/main branch 2 times, most recently from b81c373 to fcdc389 Compare December 25, 2025 22:32
@omeraplak omeraplak merged commit 44f8349 into main Dec 27, 2025
20 of 21 checks passed
@omeraplak omeraplak deleted the changeset-release/main branch December 27, 2025 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants